﻿@import url('base.css');

/**
* 主体内容块
*/

.content .banner{
	float: left;
	width:100%;
	margin-bottom: 15px;
}
/**
* 焦点图
*/
.slide{
	width:520px;
	height:245px;
	float:left;
}
.slide a { color:#0287CA;}
fieldset, img { border:none; }
legend { display:none; }
.slide em, strong, cite, th { font-style:normal; font-weight:normal; }
.slide input, textarea, select, button { font:12px Helvetica, Arial, sans-serif; }
.slide table { border-collapse:collapse; }
html { overflow:-moz-scrollbars-vertical; } /*Always show Firefox scrollbar*/

/* iFocus style */
#ifocus { width:525px; height:245px; border:1px solid #DEDEDE; background:#F8F8F8; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);}
#ifocus_pic { display:inline; position:relative; float:left; width:410px; height:225px; overflow:hidden; margin:10px 0 0 10px; }
#ifocus_piclist { position:absolute; }
#ifocus_piclist li { width:410px; height:225px; overflow:hidden; }
#ifocus_piclist img { width:410px; height:225px; }
#ifocus_btn { display:inline; float:right; width:91px; margin:9px 9px 0 0; }
#ifocus_btn li { width:91px; height:57px; cursor:pointer; opacity:0.5; -moz-opacity:0.5; filter:alpha(opacity=50); }
#ifocus_btn img { width:75px; height:45px; margin:7px 0 0 11px; }
#ifocus_btn .current { background: url(../images/ifocus_btn_bg.gif) no-repeat; opacity:1; -moz-opacity:1; filter:alpha(opacity=100); }
#ifocus_opdiv { position:absolute; left:0; bottom:0; width:410px; height:35px; background:#000; opacity:0.5; -moz-opacity:0.5; filter:alpha(opacity=50); }
#ifocus_tx { position:absolute; left:8px; bottom:8px; color:#FFF; }
#ifocus_tx .normal { display:none; }
/**
* 中心动态
**/
.follow{
	width:463px;
	float:right;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
	height:245px;
	border:1px solid #d9e0d5;
}
.follow .h2{
	height:35px;
	line-height: 35px;
	background: url(../images/widget.png) 0 0 no-repeat;
}
.h2_circle{
	width:32px;
	height:32px;
	margin: 0 10px 0 10px;
	float:left;
	background: url(../images/widget.png) 0 -36px no-repeat;
}
.follow .h2 h2{
	font-size: 16px;
	color:#ffc000;
}
.follow .follow_content{
	padding:10px;
}
.follow .follow_content h2{
	text-align: center;
	font-size: 14px;
	font-family: "宋体";
}
.follow .follow_content h2 a{
	color:#bc7700;
}
.follow .follow_content ul{
	padding:10px;
}
.follow .follow_content ul li{
	line-height: 26px;
	padding-left:15px;
	line-height:30px;
	max-width: 400px;
	background: url(../images/dian.gif) 0 13px no-repeat;
	overflow:hidden; 
	white-space:nowrap; 
	text-overflow:ellipsis; /* for IE */ 
	-o-text-overflow: ellipsis; /* for Opera */ 
	-icab-text-overflow: ellipsis; /* for iCab */ 
	-khtml-text-overflow: ellipsis; /* for Konqueror Safari */ 
	-moz-text-overflow: ellipsis; /* for Firefox,mozilla */ 
	-webkit-text-overflow: ellipsis; /* for Safari,Swift*/
}
.follow .follow_content ul li a{
	font-size: 14px;
	font-family: "宋体";
}

/**
* 中间内容
*/
.warp{
	width: 100%;
	float:left;
	margin-bottom: 10px;
}
.warp .W_left{
	width:292px;
	float:left;
	border:1px solid #ccc;
	background: #f5f5f5;
}
.warp .W_right{
	width:694px;
	float:right;
}
.warp .left_desc,.warp .left_weibo,.warp .left_lead,.warp .left_culture,.warp .left_branch{
	width:280px;
	margin:5px;
	float: left;
	border:1px solid #dddddd;
}
.warp .left_desc{
	height:215px;
}
.W_left .h2{
	height:30px;
	background:url(../images/widget.png) 0 -75px no-repeat;
	border-bottom:1px solid #ddd;
	padding-left: 5px;
}
.W_left h2{
	font-size: 14px;
	line-height: 30px;
	color: #ffc000;
	
}
.W_left .h2 span{
	width:38px;
	height:32px;
	display: block;
	float: left;
	background:url(../images/widget.png) -40px -40px no-repeat;
}
.desc_content,.lead_content{
	padding:8px;
	background: #fff;
	float: left;
}
.desc_content p{
	float: left;
	line-height: 22px;
	font-family: "宋体";
	max-height: 150px;
	overflow:hidden; 
	text-overflow:ellipsis; /* for IE */ 
	-o-text-overflow: ellipsis; /* for Opera */ 
	-icab-text-overflow: ellipsis; /* for iCab */ 
	-khtml-text-overflow: ellipsis; /* for Konqueror Safari */ 
	-moz-text-overflow: ellipsis; /* for Firefox,mozilla */ 
	-webkit-text-overflow: ellipsis; /* for Safari,Swift*/
}
.W_left .more{
	color:#930018;
	float:right;
}
.W_left .more a{
	color:#930018;
}
.left_lead{
	background: #fff;
}
.left_lead img{
	border:5px solid #ebebeb;
}
.lead_top {
	text-align: center;
	/*非IE的主流浏览器识别的垂直居中的方法*/
    display: table-cell;
    vertical-align:middle;
    padding-left:70px;
}
.lead_content p{
	text-align: center;
}
.lead_center{
	margin-top:10px;
}
.lead_center .left_img{
	float:left;
	margin-left:15px;
}
.lead_center .right_img{
	float:left;
	margin-left:10px;
}
.lead_footer{
	margin-top:5px;
}
.lead_footer dl{
	padding-left:15px;
}
.lead_footer dt{
	color:#555;
	float:left;
	width:120px;
	line-height: 22px;
}
.lead_footer dt a{
	color:#555;
}
.culture_content{
	float: left;
	background: #fff;
	width: 280px;
}
.culture_content img{
	border:2px solid #fff;
}
.culture_content p{
	line-height: 24px;
	text-align: center;
	width: 200px;
}
.culture_left,.culture_right{
	width:200px;
	height: 300px;
	margin-left: 35px;
	margin-top:10px;
}
.left_branch{
	height:265px;/*zsl height:235px*/
}
.branch_content{
	padding:5px;
	background:#fff;
}
.branch_content h2 a{
	color:#bc7700;
}
.branch_content ul,.focus_link ul{
	padding:5px 10px 0 10px;
	height:218px;/*zsl height:188px;*/
}
.branch_content ul li{
	line-height: 25px;
	padding-left:15px;
	max-width: 400px;
	background: url(../images/dian.gif) 0 12px no-repeat;
	overflow:hidden; 
	white-space:nowrap; 
	text-overflow:ellipsis; /* for IE */ 
	-o-text-overflow: ellipsis; /* for Opera */ 
	-icab-text-overflow: ellipsis; /* for iCab */ 
	-khtml-text-overflow: ellipsis; /* for Konqueror Safari */ 
	-moz-text-overflow: ellipsis; /* for Firefox,mozilla */ 
	-webkit-text-overflow: ellipsis; /* for Safari,Swift*/
}
.branch_content ul li a{
	font-size: 16px;
}
.left_weibo{
	/*height: 200px*/
}
.logo_box{
	float:left;
	width:100px;
	height:100px;
	border:1px solid #cecece;
	background:url(../images/widget.png) 5px -110px no-repeat;
}
.weibo_content{
	padding:10px;
	background:#fff;
}
.weibo_box{
	float:left;
	width:142px;
	margin-left:10px;
	font-size: 14px;
	line-height: 24px;
	height:94px;/*zsl height:124px;*/
}
.weibo_box p strong{
	float: left;
}
._v{
	float: left;
	display: block;
	width:24px;height:24px;
	background:url(../images/widget.png) -80px -40px no-repeat; 
}
.attention{
	margin-top:15px;
	width:84px;
	height:26px;
	display: block;
	text-align: center;
	color: #fff;
	background:url(../images/widget.png) -113px -42px no-repeat;
}
.weibo_box a:hover{
	text-decoration: none;
}

/**
* 视频区域
*/
.video_box{
	border:1px solid #c6c6c6;
	height:192px;
}
.video_box .h2{
	height:40px;
	background: url(../images/video_bg.gif) repeat-x;
	line-height: 40px;
}
.video_box .h2 span{
	width:20px;
	height: 35px;
	display: block;
	float: left;
	margin-left: 5px;
	background: url(../images/widget.png) -210px -35px no-repeat;
}
.video_box .h2 h2{
	padding-left:10px;
	float: left;
	font-size: 20px;
	color:#333333;
}
.video_box .h2 h2 u{
	color: #b80000;
}
.focus{
	height:274px;
	width:100%;
	margin-top:10px;
}
.focus_box{
	width:340px;
	height:274px;
	border:1px solid #c6c6c6;
}
.english{
	width:100%;
	height: 290px;
	border:1px solid #c6c6c6;
}
.focus .head{
	width:100%;
	height:34px;
	border-bottom:1px solid #c6c6c6;
	background: url(../images/head.gif) repeat-x;
}
.focus .head .h2 span{
	width:15px;
	height:34px;
	display: block;
	float: left;
	margin-left: 5px;
	background: url(../images/widget.png) -240px -36px no-repeat;
}
.focus .head .h2 h2{
	float: left;
	line-height: 34px;
	font-size: 16px;
	color: #b80000;
	margin-left:10px;
}
.focus_content{
	padding:10px;
}
.focus_img{
	width:135px;
	float: left;
	height:90px;
	border:1px solid #c6c6c6;
	padding:5px;
}
.focus_desc{
	float:right;
	width:165px;
	height: 100px;
}
.focus_desc h3{
	color:#b80000;
	font-size: 12px;
}
.focus_desc h3 a{
	color:#b80000;
}
.focus_desc p{
	max-height: 100px;
	color:#999999;
	line-height: 20px;
	overflow:hidden; 
	text-overflow:ellipsis; /* for IE */ 
	-o-text-overflow: ellipsis; /* for Opera */ 
	-icab-text-overflow: ellipsis; /* for iCab */ 
	-khtml-text-overflow: ellipsis; /* for Konqueror Safari */ 
	-moz-text-overflow: ellipsis; /* for Firefox,mozilla */ 
	-webkit-text-overflow: ellipsis; /* for Safari,Swift*/
}
.focus_link ul li{
	line-height: 22px;
	padding-left:10px;
	max-width: 300px;
	background: url(../images/dian.gif) 0px 10px no-repeat;
	overflow:hidden; 
	white-space:nowrap; 
	text-overflow:ellipsis; /* for IE */ 
	-o-text-overflow: ellipsis; /* for Opera */ 
	-icab-text-overflow: ellipsis; /* for iCab */ 
	-khtml-text-overflow: ellipsis; /* for Konqueror Safari */ 
	-moz-text-overflow: ellipsis; /* for Firefox,mozilla */ 
	-webkit-text-overflow: ellipsis; /* for Safari,Swift*/
}
.focus_link ul li a{
	font-size: 12px;
	font-family: "宋体";
	color: #333;
}
.links{
	width:1000px;
	height:195px;
	border:1px solid #c6c6c6;
}
.links .head{
	width:100%;
	height:30px;
	border-bottom:1px solid #c6c6c6;
	background: url(../images/link_bg.gif) repeat-x;
}
.links .head h2{
	padding-left: 20px;
	line-height: 30px;
	font-size: 14px;
}
.links_all{
	padding:20px;
}
.links_all ul{
	float: left;
	width:150px;
	margin-left:10px;
}
.links_all ul li{
	line-height: 22px;
	padding-left:15px;
	background: url(../images/dian_a.gif) 0 12px no-repeat;
}
.mend_video li{
	float: left;
}
.on_left{
	float: left;
	width:px;
}
.video_box .video{
	position: relative;
}
.on_left{
	cursor: pointer;
	position: relative;
	left:0;
	top:45px;
	width: 32px;
	height: 60px;
	display: block;
	background: url(../images/widget.png) -46px -221px  no-repeat;
}
.on_right{
	cursor: pointer;
	position: relative;
	right:0;
	top:45px;
	width: 32px;
	height: 60px;
	display: block;
	float: right;
	background: url(../images/widget.png) -5px -221px  no-repeat;
}
.mend_video ul li span{
	width:25px;
	height:24px;
	background: url(../images/widget.png) -271px -44px no-repeat;
	display: block;
	z-index: 2;
	position: relative;
	left: 0;
	margin-top: -30px;
	line-height:25px;
}
.mend_video{
	position: relative;
	width: 595px;
	overflow: hidden;
	top:25px;
	left: 12px;
	float: left;
}
.mend_video ul{
	width:2000px;
}
.mend_video li{
	margin-left: 14px;
	position: relative;
	float: left;
}
.mend_video li p{
	line-height:35px;
}
.en_float{
	float: left;
	width: 330px;
}
.en_right{
	float: right;
	width: 290px;
}
.en_content{
	padding: 15px;
}
.en_float_top{
	width: 100%;
	border-bottom:1px dashed #c6c6c6;
}
.en_float_top span,.en_float_top span a{
	display: block;
	color:#b80000;
	font-family: "Arial";
	font-size: 12px;
	line-height: 20px;
}
.en_float_top p{
	display: block;
	color: #666666;
	font-family: "Arial";
	font-size: 12px;
	line-height: 20px;
	padding-bottom: 2px;
}
.en_lists ul li{
	line-height: 20px;
	padding-left:15px;
	background: url(../images/dian_a.gif) 0 12px no-repeat;
}
.en_lists ul li a{
	max-width: 315px;
	overflow:hidden; 
	white-space:nowrap; 
	text-overflow:ellipsis; /* for IE */ 
	-o-text-overflow: ellipsis; /* for Opera */ 
	-icab-text-overflow: ellipsis; /* for iCab */ 
	-khtml-text-overflow: ellipsis; /* for Konqueror Safari */ 
	-moz-text-overflow: ellipsis; /* for Firefox,mozilla */ 
	-webkit-text-overflow: ellipsis; /* for Safari,Swift*/
}
.en_video{
	padding: 5px;
	height:128px;
	overflow: hidden;
}
.en_video span{
	width: 138px;
	margin-left: 10px;
}
.mend_pic {
	padding: 10px;
	float: left;
	background: #fff;
}

.en_right ul li{
	float: left;
	margin-left:7px;
}
.en_right ul li p{
	line-height: 20px;
	margin-bottom: 5px;
	text-align: center;
	width: 138px;
	overflow: hidden;
	height: 20px;
}

#ul_w{
	float: left;
	position: relative;
	left: 0;
}
#sell_order{
	position: relative;
	float: left;
	left: 0;
}

#sell_order a{
	font-size: 12px;
	font-family: "宋体";
}



#showZine{
	position: absolute;
	
	z-index: 10;
	
	display: none;
}

#close{
	display: none;
	
	width: 50px;
	height: 50px;
	background: #ccc;
	cursor: pointer;
	-webkit-box-shadow: inset 0 1px 2px white;
	border-left: 1px solid rgba(34, 25, 25, 0.15);
	box-shadow: inset 0 1px 2px white;
	background: -webkit-linear-gradient(#FFFCFC, #F0EDED);
}
#close{
	line-height: 50px;
	text-align: center;
	font-size: 16px;
	text-shadow: 0 -1px #BBB,0 1px white;
	color: #E3E1E1;
	font-weight: 600;
}
.signature{
	float: right;
	position: relative;
	top: 0;
	margin-top:-15px;
	right: 0;
	display: block;
	z-index: 2;
}
